Using position: static;

An element with position: static; is always positioned according to the normal flow of the page:

This div element has position: static;

Using position: relative;

An element with position: relative; is positioned relative to its normal position:

This div element has position: relative;